@charset "utf-8";

#nav {
  line-height: 24px;  list-style-type: none;    width:200px;
}

#nav a {
	display: block;
	width: 200px;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
}

#nav a:link  {
	color:#000000;
	text-decoration:none;
}
#nav a:visited  {
	color:#000000;
	text-decoration:none;
}
#nav a:hover  {
	color:#0000FF;
	text-decoration:none;
}

#nav li {
/*float: left*/;
	width: 200px;
	background-image: url(../images/leftlmt.gif);
	background-repeat: no-repeat;
	height: 30px;
	text-align: center;
}
#nav li a:hover{
	width: 200px;
	background-image: url(../images/leftlmt02.gif);
	background-repeat: no-repeat;
}
#nav li ul {
line-height: 27px;  list-style-type: none;text-align:left;
left: -999em; width: 190px; position: absolute; 
}
#nav li ul li{
	float: left;
	width: 190px;
	background-color: #E0E0E0;
	background-image: none;
	height: 40px;	
}


#nav li ul a{
	display: block;
	width: 190px;
	text-align:left;
	padding-left:10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	height: 40px;	
}

#nav li ul a:link  {
	color:#000000;
	text-decoration:none;
}
#nav li ul a:visited  {
	color:#000000;
	text-decoration:none;
}
#nav li ul a:hover  {
	width: 190px;
color:#F3F3F3;text-decoration:none;font-weight:normal;
background:#C00;
}

#nav li:hover ul {
left: auto;
}
#nav li.sfhover ul {
left: auto;
}
#nav li.sfhover a {
float:left;
}
#content {
clear: left; 
}
